SftTree/OCX 7.0

SftTree.ColHeaderAppearance Property

Softel vdm, Inc.

Defines the appearance of all column headers.

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Appearance instead

Syntax       

Get

VB.NET

Style = object.ColHeaderAppearance  As SftTreeHeaderAppearanceConstants

VB

Style = object.ColHeaderAppearance  As SftTreeHeaderAppearanceConstants

C#.NET

SftTreeHeaderAppearanceConstants Style = object.ColHeaderAppearance;

VC++

enum SftTreeHeaderAppearanceConstants Style = object->ColHeaderAppearance;
enum SftTreeHeaderAppearanceConstants Style = object->GetColHeaderAppearance();

C

HRESULT object->get_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants* Style);

Delphi

Style := object.ColHeaderAppearance  : TOleEnum;

Put

VB.NET

object.ColHeaderAppearance = Style  As SftTreeHeaderAppearanceConstants

VB

object.ColHeaderAppearance = Style  As SftTreeHeaderAppearanceConstants

C#.NET

SftTreeHeaderAppearanceConstants object.ColHeaderAppearance = Style;

VC++

enum SftTreeHeaderAppearanceConstants object->ColHeaderAppearance = Style;
void object->PutColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style);

C

HRESULT object->put_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style);

Delphi

object.ColHeaderAppearance := Style  : TOleEnum;

object

A SftTree object.

Style

Defines the appearance of all column headers.

Style

Value

Description

headerSftTreeNone 

0

No column header.  The column headers and row/column header are not displayed.  The RowColumnHeader.Appearance property is also set to headerSftTreeNone.

headerSftTreeButton

1

Displays column headers as buttons.  The column headers are displayed as buttons, which can be clicked by the user.  The status of the each column header button can be controlled using the Header.Enabled and Header.RemainUp properties.  The currently pressed button can be defined using the Headers.Pressed property.

headerSftTreeText 

2

Displays column headers as titles.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Appearance instead

The ColHeaderAppearance property defines the appearance of all column headers.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com